home *** CD-ROM | disk | FTP | other *** search
-
- ~4Dgifts/toolbox/src/exampleCode/audio/midi README
-
- This directory contains example programs using libmidi.a and are intended
- to illustrate the use of the MIDI library. As such they don't do anything
- particularly useful.
-
-
- thru.c++ is a basic MIDI thru program.
- thru_c.c is a C version of thru.c++
-
- ptest.c++ is another simple MIDI thru program which prints out short
- descriptions of incoming MIDI events before sending them out
-
- getmidi and putmidi are intended for use as diagnostic tools to check
- midi connections.
- getmidi prints a verbose description of each midi event.
- putmidi reads a file generated by getmidi and tries to play it back
- as best it can. putmidi could use a little work....
-